# picture **Repository Path**: broniya/picture ## Basic Information - **Project Name**: picture - **Description**: picture微信小程序后台管理系统 - **Primary Language**: Unknown - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-18 - **Last Updated**: 2023-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 签名文件上传接口改动 > URL: `/api/user/userSignature` 新增参数: ```json { "type":"9", //非必填,仅推广协议签名的时候用 "helpId": "1" //非必填,仅推广协议签名的时候用,值为推广协议ID } ``` 携带上述参数返回数据: ```json { "errno":"0", "errmsg": "执行成功", "data": { "contractId": "1", //用户合同文件ID "path": "http://xxxxxxx/xxx/xx/9/xxxxx.pdf" //可访问的pdf文件,异步生成,有可能会刷出来会慢。一般2秒ne } } ``` 111111