|
|
@@ -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"; |
|
|
|