Explorar el Código

fix:“更换回七云的appid”

soobin hace 1 año
padre
commit
5edaf557fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/popPayment.vue

+ 1 - 1
src/views/popPayment.vue

@@ -63,7 +63,7 @@ export default {
         const wxPay = () => {
             WeixinJSBridge.invoke(
                 'getBrandWCPayRequest', {
-                "appId": "wxcd5b1b2636c9f611",     //公众号ID,由商户传入     
+                "appId": "wxd9c7c138a055ee66",     //公众号ID,由商户传入     
                 "timeStamp": route.query.timeStamp,         //时间戳,自1970年以来的秒数     
                 "nonceStr": route.query.nonceStr, //随机串     
                 "package": route.query.package,