ソースを参照

update tto

master
xhxu 3年前
コミット
e1ecfedd15
1個のファイルの変更1行の追加1行の削除
  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 ファイルの表示

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


読み込み中…
キャンセル
保存