支持easyopen

This commit is contained in:
tanghc
2019-08-21 17:59:33 +08:00
parent 6d240ef243
commit e1bfbbb645
10 changed files with 42 additions and 39 deletions

View File

@@ -35,7 +35,7 @@ public class EasyopenClientPostTest extends TestBase {
// 系统参数
Map<String, String> params = new HashMap<>();
params.put("name", "goods.get");
params.put("name", "easyopen.goods.get");
params.put("app_key", appKey);
params.put("data", json);
params.put("timestamp", getTime());