|
|
@@ -2071,7 +2071,7 @@ public class QwApiServiceImpl implements QwApiService {
|
|
|
// String appSecret = qwCompanyConfig.getOpen_Secret();
|
|
|
QwCompany qwCompany = iQwCompanyService.selectQwCompanyByCorpId(corpId);
|
|
|
|
|
|
- String appSecret = qwCompany.getOpenSecret();
|
|
|
+ String appSecret = qwCompany.getPermanentCode();
|
|
|
|
|
|
String token = getToken(corpId,appSecret);
|
|
|
|