feat:appid
This commit is contained in:
@@ -91,8 +91,10 @@ public class OkHttpUtil {
|
|||||||
}
|
}
|
||||||
ResponseBody body = response.body();
|
ResponseBody body = response.body();
|
||||||
|
|
||||||
logResponse(url, response.code(), body.string());
|
String responseBody = body != null ? body.string() : null;
|
||||||
return body != null ? body.string() : null;
|
|
||||||
|
logResponse(url, response.code(), responseBody);
|
||||||
|
return responseBody;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -141,3 +141,12 @@ hqt.token.grant_type=client_credentials
|
|||||||
hqt.token.client.id=WrPffdGpcWkcPsbN
|
hqt.token.client.id=WrPffdGpcWkcPsbN
|
||||||
hqt.token.client.secret=rYe9Cwug5LwQNIBJAiW0a7weF9CAhYCD
|
hqt.token.client.secret=rYe9Cwug5LwQNIBJAiW0a7weF9CAhYCD
|
||||||
|
|
||||||
|
|
||||||
|
#fuwuhao appId
|
||||||
|
wechat.mp.appId=wx4a18ef8bb41aa55c
|
||||||
|
wechat.mp.appSecret=793904b58f4ecdead3bbe4312c5f5c45
|
||||||
|
#xiaochengxu appid
|
||||||
|
wechat.miniapp.appId=wxd77a2761c1911ee1
|
||||||
|
|
||||||
|
zx.iot.appId=p-ts3PhNyf
|
||||||
|
zx.iot.appSecret=X4cVmfxM+
|
||||||
|
|||||||
Reference in New Issue
Block a user