mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
支持easyopen
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user