文档
测试

Setup package creation

POST
/qgy/edition/add

接口描述

Upload the installation package to the front end and add the relevant information to the library

Request parameters

参数名
类型
描述
必填
packageName
String
Setup package name specifies value: com.qigu.superface. apk
必填
versionCode
Integer
Version Number
必填
versionName
String
Version Description
必填
decribe
String
New description
必填
userId
String
Current account id
必填
flieUrl
String
必填

Return sample

``` { "result": 1, "msg": "successful operation!", "code": "QG_SUS1000", "data":true } ```