GET api/order/mail/content-v2/{docno}/{itemType}/{lang}?subject={subject}&companyId={companyId}
新订单发送邮件内容
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| docno | 
                         語言  | 
                    string | 
                                 Required  | 
                
| itemType | 
                         郵件模板類型  | 
                    string | 
                                 Required  | 
                
| lang | 
                         語言  | 
                    string | 
                                 Required  | 
                
| subject | 
                         郵件標題  | 
                    string | 
                                 Default value is  | 
                
| companyId | 
                         公司编号(旧接口请留空)  | 
                    string | 
                                 Default value is  | 
                
Body Parameters
None.
Response Information
Resource Description
新订单发送邮件内容
ReturnResultOfString| Name | Description | Type | Additional information | 
|---|---|---|---|
| data | string | 
                             None.  | 
                |
| code | 
                         状态码:100成功,其他自定义  | 
                    integer | 
                             None.  | 
                
| message | 
                         提示消息  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "data": "sample string 1",
  "code": 2,
  "message": "sample string 3"
}