Browse Source

update tto

master
xhxu 3 years ago
parent
commit
e1ecfedd15
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/toutiao/api/impl/TtOpenMaServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/toutiao/api/impl/TtOpenMaServiceImpl.java View File

@@ -712,7 +712,7 @@ public class TtOpenMaServiceImpl extends TtMaServiceImpl implements TtOpenMaServ

@Override
public String queryCustomerServiceUrl(String openid, String type) throws WxErrorException {
String uri = CUSTOMER_SERVICE_URL + "?appid=" + ttOpenComponentService.getWxOpenConfigStorage().getComponentAppId()
String uri = CUSTOMER_SERVICE_URL + "?appid=" + this.appId
+"&openid="+openid
+"&type="+type
+"&scene=1";


Loading…
Cancel
Save