x1ongzhu hace 6 años
padre
commit
32fd0d4ba6
Se han modificado 2 ficheros con 7 adiciones y 0 borrados
  1. 1 0
      stdout
  2. 6 0
      upload.sh

+ 1 - 0
stdout

@@ -0,0 +1 @@
+{"code":1001,"message":"_api_key could not be empty"}

+ 6 - 0
upload.sh

@@ -0,0 +1,6 @@
+#!/bin/bash
+curl 'https://www.pgyer.com/apiv2/app/upload' \
+    -o stdout \
+    -F '_api_key=35efa7161ada3352813c0edc1e375286' \
+    -F 'file=@build/app/outputs/apk/release/app-release.apk'
+