GET api/order/mailSendLog?orderno={orderno}&email={email}
电邮日志(订单是新库,日志在旧库)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderno | string |
Required |
|
string |
Required |
Body Parameters
None.
Response Information
Resource Description
电邮日志(订单是新库,日志在旧库)
ReturnResultOfBooleanName | Description | Type | Additional information |
---|---|---|---|
data | boolean |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": true, "code": 2, "message": "sample string 3" }