... | ... | @@ -349,21 +349,21 @@ success |
|
|
|
|
|
<td>
|
|
|
|
|
|
状态描述:
|
|
|
状态描述:<br>
|
|
|
|
|
|
success: 成功
|
|
|
success: 成功<br>
|
|
|
|
|
|
Authorise: no appid provided.: 失败,缺少appid
|
|
|
Authorise: no appid provided.: 失败,缺少appid<br>
|
|
|
|
|
|
Authorise: no user_id provided.:失败,缺少user_id
|
|
|
Authorise: no user_id provided.:失败,缺少user_id<br>
|
|
|
|
|
|
Authorise: no timestamp provided.:失败,缺少 timestamp
|
|
|
Authorise: no timestamp provided.:失败,缺少 timestamp<br>
|
|
|
|
|
|
Authorise: no user_client_ip provided:失败,缺少 user_client_ip
|
|
|
Authorise: no user_client_ip provided:失败,缺少 user_client_ip<br>
|
|
|
|
|
|
Authorise: no request_sign provided.:失败,缺少 request_sign
|
|
|
Authorise: no request_sign provided.:失败,缺少 request_sign<br>
|
|
|
|
|
|
Authorise: invalidate appid.:失败,不合法的 appid
|
|
|
Authorise: invalidate appid.:失败,不合法的 appid<br>
|
|
|
|
|
|
</td>
|
|
|
|
... | ... | @@ -1893,28 +1893,37 @@ None |
|
|
|
|
|
* 请求示例
|
|
|
|
|
|
<table class="wysiwyg-macro" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e2NvZGU6bGFuZ3VhZ2U9cG93ZXJzaGVsbHx0aGVtZT1NaWRuaWdodHx0aXRsZT3or7fmsYLnpLrkvot8bGluZW51bWJlcnM9dHJ1ZX0&locale=zh_CN&version=2); background-repeat: no-repeat;" data-macro-body-type="PLAIN_TEXT" data-macro-schema-version="1" data-macro-parameters="language=powershell|linenumbers=true|theme=Midnight|title=请求示例" data-macro-id="813ed5c5-8131-4568-a987-b18c99f973f0" data-macro-name="code">
|
|
|
|
|
|
<tbody>
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
<td class="wysiwyg-macro-body">curl -X POST \
|
|
|
'http://aes.ssapi.cn/index.php?action=essayEvalute' \
|
|
|
-H 'cache-control: no-cache' \ -H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' \
|
|
|
-H 'postman-token: 3611dbab-8f7f-6ee2-f4bf-0d45bde895dc' \
|
|
|
-F app_id=t12 \
|
|
|
-F warrant=0x5ac1d57055c74dfc7d87c1fc83dc1542 \
|
|
|
-F user_id=123 \ -F 'essay\ _content=I'\\''m honoured that you show great interest in our trains. And the reason why I writing is intructing our trains vehicle to you.</PAR> chiese trains have three kinds. The HSR is the fastest and it'\\''s speed can up to 300 km/h. The CRH is little slower than HSRm only 200 km/h. The Express is devided into three different kinds, I, Z and K . You can accoring your require to choose different trains. And you can appreciate the summery in a low price. I think you will be worried about danger. I'\\''m sure the trains are completely safe. Even though, some accident are token place occasional, we will have different ways to solve different bad condition. I'\\''m sure you will have a good time. Looking forward to your coming.' \
|
|
|
-F 'main_point=trains HSR CRH Express speed I'\\''m honoured that you show great interest in our trains. ' \
|
|
|
-F score_range=20-100 \
|
|
|
-F lowest_words=50</td>
|
|
|
|
|
|
</tr>
|
|
|
curl -X POST \
|
|
|
|
|
|
'http://aes.ssapi.cn/index.php?action=essayEvalute' \
|
|
|
|
|
|
-H 'cache-control: no-cache' \
|
|
|
|
|
|
-H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' \
|
|
|
|
|
|
-H 'postman-token: 3611dbab-8f7f-6ee2-f4bf-0d45bde895dc' \
|
|
|
|
|
|
-F app_id=t12 \
|
|
|
|
|
|
-F warrant=0x5ac1d57055c74dfc7d87c1fc83dc1542 \
|
|
|
|
|
|
-F user_id=123 \
|
|
|
|
|
|
-F 'essay\ _content=I'\\''m honoured that you show great interest in our trains. And the reason why I writing is intructing our trains vehicle to you.</PAR> chiese trains have three kinds. The HSR is the fastest and it'\\''s speed can up to 300 km/h. The CRH is little slower than HSRm only 200 km/h. The Express is devided into three different kinds, I, Z and K . You can accoring your require to choose different trains. And you can appreciate the summery in a low price. I think you will be worried about danger. I'\\''m sure the trains are completely safe. Even though, some accident are token place occasional, we will have different ways to solve different bad condition. I'\\''m sure you will have a good time. Looking forward to your coming.' \
|
|
|
|
|
|
-F 'main_point=trains HSR CRH Express speed I'\\''m honoured that you show great interest in our trains. ' \
|
|
|
|
|
|
-F score_range=20-100 \
|
|
|
|
|
|
-F lowest_words=50
|
|
|
|
|
|
|
|
|
|
|
|
</tbody>
|
|
|
|
|
|
</table>
|
|
|
|
|
|
* 返回示例
|
|
|
|
... | ... | |