|
@@ -10,10 +10,10 @@
|
|
|
<script src="js/mui.js"></script>
|
|
|
<script src="js/mui.picker.js"></script>
|
|
|
<script src="js/mui.poppicker.js"></script>
|
|
|
- <script src="https://unpkg.com/vconsole/dist/vconsole.min.js"></script>
|
|
|
+ <!-- <script src="https://unpkg.com/vconsole/dist/vconsole.min.js"></script>
|
|
|
<script>
|
|
|
var vConsole = new window.VConsole();
|
|
|
- </script>
|
|
|
+ </script> -->
|
|
|
<script type="text/javascript">
|
|
|
mui.init()
|
|
|
(function flexible (window, document) {
|
|
@@ -991,7 +991,7 @@
|
|
|
let code = getQueryParam('code')
|
|
|
if (code) {
|
|
|
let bId = getQueryParam('bId')
|
|
|
- mui.ajax('http://test.wefanbot.com:18993/scrm/v1/mp-client/p/getInfoByh5Code',{
|
|
|
+ mui.ajax('https://wlapi.wefanbot.com/scrm/v1/mp-client/p/getInfoByh5Code',{
|
|
|
data:{
|
|
|
code: code,
|
|
|
bId: bId,
|
|
@@ -1031,7 +1031,7 @@
|
|
|
// 企微授权
|
|
|
function gerQwAuth (bId, openId) {
|
|
|
let link = window.location.href
|
|
|
- mui.ajax('http://test.wefanbot.com:18993/p/insuite/p/getOAUrl',{
|
|
|
+ mui.ajax('https://wlapi.wefanbot.com/p/insuite/p/getOAUrl',{
|
|
|
data:{
|
|
|
bId: bId,
|
|
|
openId: openId,
|
|
@@ -1050,7 +1050,7 @@
|
|
|
});
|
|
|
};
|
|
|
function getCosObj() {
|
|
|
- mui.ajax('http://test.wefanbot.com:18998/scrm/v1/oss/p/getAuthorization',{
|
|
|
+ mui.ajax('https://saasapi.wefango.com/scrm/v1/oss/p/getAuthorization',{
|
|
|
data:{
|
|
|
},
|
|
|
dataType:'json',//服务器返回json格式数据
|
|
@@ -1073,7 +1073,7 @@
|
|
|
let bId = getQueryParam('bId')
|
|
|
let openId = getQueryParam('openId')
|
|
|
let textareaResult = document.getElementById("textarea").value;
|
|
|
- mui.ajax('http://test.wefanbot.com:18993/scrm/v1/mp-collect/p/add', {
|
|
|
+ mui.ajax('https://wlapi.wefanbot.com/scrm/v1/mp-collect/p/add', {
|
|
|
data:{
|
|
|
bId: bId,
|
|
|
openId: openId,
|
|
@@ -1102,7 +1102,7 @@
|
|
|
};
|
|
|
// 获取用户故事收集列表
|
|
|
function findCollectList() {
|
|
|
- mui.ajax('http://test.wefanbot.com:18993/scrm/v1/mp-collect/p/findCollectList', {
|
|
|
+ mui.ajax('https://wlapi.wefanbot.com/scrm/v1/mp-collect/p/findCollectList', {
|
|
|
data:{
|
|
|
},
|
|
|
dataType:'json',//服务器返回json格式数据
|
|
@@ -1231,7 +1231,7 @@
|
|
|
function raffleInfo() {
|
|
|
let openId = getQueryParam('openId')
|
|
|
let raffleId = getQueryParam('bId')
|
|
|
- mui.ajax('http://test.wefanbot.com:18993/scrm/v1/wxcp-raffle/p/raffleInfoByOpenId',{
|
|
|
+ mui.ajax('https://wlapi.wefanbot.com/scrm/v1/wxcp-raffle/p/raffleInfoByOpenId',{
|
|
|
data:{
|
|
|
openId: openId,
|
|
|
raffleId: raffleId,
|
|
@@ -1299,7 +1299,7 @@
|
|
|
let externalUserid = getQueryParam('externalUserid')
|
|
|
let openId = getQueryParam('openId')
|
|
|
let raffleId = getQueryParam('bId')
|
|
|
- mui.ajax('http://test.wefanbot.com:18993/scrm/v1/wxcp-raffle/p/lottery',{
|
|
|
+ mui.ajax('https://wlapi.wefanbot.com/scrm/v1/wxcp-raffle/p/lottery',{
|
|
|
data:{
|
|
|
externalUserid: externalUserid,
|
|
|
openId: openId,
|
|
@@ -1372,7 +1372,7 @@
|
|
|
function raffleRecord() {
|
|
|
let openId = getQueryParam('openId')
|
|
|
let raffleId = getQueryParam('bId')
|
|
|
- mui.ajax('http://test.wefanbot.com:18993/scrm/v1/wxcp-raffle/p/raffleRecord',{
|
|
|
+ mui.ajax('https://wlapi.wefanbot.com/scrm/v1/wxcp-raffle/p/raffleRecord',{
|
|
|
data:{
|
|
|
openId: openId,
|
|
|
raffleId: raffleId,
|
|
@@ -1442,7 +1442,7 @@
|
|
|
} else if (!provinceResult.innerText){
|
|
|
mui.toast('请选择城市');
|
|
|
} else {
|
|
|
- mui.ajax('http://test.wefanbot.com:18993/scrm/v1/wxcp-raffle/p/raffleForm',{
|
|
|
+ mui.ajax('https://wlapi.wefanbot.com/scrm/v1/wxcp-raffle/p/raffleForm',{
|
|
|
data:{
|
|
|
name: nameResult,
|
|
|
wxAccount: wxAccountResult,
|