Commit 47725d93 by 庄冰

doc

parent 5bf1c25c
......@@ -4,6 +4,7 @@
1. [收藏logo](#collectLogo)
1. [获取收藏的logo](#getCollectibleLogoListByUser)
1. [获取已购买的logo](#getPaidLogoListByUser)
1. [下载logo](#getLogoMaterial)
## **<a name="singlelogo"> 生成logo</a>**
[返回到目录](#menu)
......@@ -197,3 +198,32 @@
}
```
## **<a name="getLogoMaterial"> 下载logo</a>**
[返回到目录](#menu)
##### URL
[/web/action/logoOrderApi/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 请求头中需要增加userpin(用户登录后的凭证)的值
#### 渠道执行的类型 actionType:getPaidLogoListByUser
``` javascript
{
"actionType":"getLogoMaterial",
"actionBody":{
"orderNo":"LOGO22202004291047cC" //订单号
}
}
```
#### 返回结果
```javascript
{
"status":0,
"msg":"success",
"data":"https://gsb-zc.oss-cn-beijing.aliyuncs.com/周杰伦.zip",
"requestId":"4475b4e2804b4c008869231a118d44cc"
}
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment