|
@@ -14,6 +14,7 @@ import com.rongwei.commonservice.service.impl.RedisServiceImpl;
|
|
|
import com.rongwei.rwcommon.base.BaseDo;
|
|
|
import com.rongwei.rwcommon.base.R;
|
|
|
import com.rongwei.rwcommon.base.exception.CustomException;
|
|
|
+import com.rongwei.rwcommon.utils.Constants;
|
|
|
import com.rongwei.rwcommon.utils.SecurityUtil;
|
|
|
import com.rongwei.wechat.system.config.WeChatAboutApiPara;
|
|
|
import com.rongwei.wechat.system.dao.CommonBusinessDao;
|
|
@@ -201,7 +202,7 @@ public class PayMentServiceImpl implements PayMentService {
|
|
|
R error = R.error("失败");
|
|
|
// dsKeys.remove("incontrol");
|
|
|
log.info("schema为:{}", dskey);
|
|
|
- httpServletRequest.setAttribute("schema", dskey);
|
|
|
+ httpServletRequest.setAttribute(Constants.SAAS_LOGIN_TOKEN, dskey);
|
|
|
// 获取所有商户的密钥
|
|
|
List<SwEnterpriseConfigInfoDo> secretKeyList = commonBusinessDao.getSecretKey(Collections.singletonList(dskey));
|
|
|
String analysisStr = null;
|