|
@@ -94,7 +94,6 @@ public class OpenApiRequestService extends SuperService {
|
|
|
String authorization = SignUtil.sign(JSONUtil.toJsonStr(data), ak, sk);
|
|
String authorization = SignUtil.sign(JSONUtil.toJsonStr(data), ak, sk);
|
|
|
HashMap<String, Object> headers = new HashMap<>();
|
|
HashMap<String, Object> headers = new HashMap<>();
|
|
|
headers.put("Authorization", authorization);
|
|
headers.put("Authorization", authorization);
|
|
|
- headers.put("appId", ak);
|
|
|
|
|
|
|
|
|
|
ApiConfParam apiConfParam = new ApiConfParam();
|
|
ApiConfParam apiConfParam = new ApiConfParam();
|
|
|
apiConfParam.setApiName(url);
|
|
apiConfParam.setApiName(url);
|