upload-app-api-example icon indicating copy to clipboard operation
upload-app-api-example copied to clipboard

通过蒲公英API上传App代码调用示例

Results 3 upload-app-api-example issues
Sort by recently updated
recently updated
newest added

buildDescription buildUpdateDescription 对应接口的这2个字段是不是没法生效。试了不起效果

你好,我想在python 中加上上传的进度,该怎么搞呀,能给出一个例子吗,谢谢,期待你的回复

buildUpdateDescription中如包含【 * 】会被Shell展开导致会查询出当目录中的所有文件并输出 建议修改为直接执行命令: 1. getUploadToken() result=$(curl -s \ --form-string "_api_key=$api_key" \ --form-string "buildType=$buildType" \ --form-string "buildInstallType=$buildInstallType" \ --form-string "buildPassword=$buildPassword" \ --form-string "buildUpdateDescription=$buildUpdateDescription" \ --form-string "buildInstallDate=$buildInstallDate" \ --form-string "buildInstallStartDate=$buildInstallStartDate" \...