docker
123
public/chatlink.html
Executable file
@ -0,0 +1,123 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible " content="IE=edge" />
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<title>在线咨询</title>
|
||||
<style>
|
||||
html,
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
function parse(query) {
|
||||
var qs = {};
|
||||
var i = query.indexOf('?');
|
||||
if (i < 0 && query.indexOf('=') < 0) {
|
||||
return qs;
|
||||
} else if (i >= 0) {
|
||||
query = query.substring(i + 1);
|
||||
}
|
||||
var parts = query.split('&');
|
||||
for (var n = 0; n < parts.length; n++) {
|
||||
var part = parts[n];
|
||||
var key = part.split('=')[0];
|
||||
var val = part.split('=')[1];
|
||||
key = key.toLowerCase();
|
||||
if (typeof qs[key] === 'undefined') {
|
||||
qs[key] = decodeURIComponent(val);
|
||||
} else if (typeof qs[key] === 'string') {
|
||||
var arr = [qs[key], decodeURIComponent(val)];
|
||||
qs[key] = arr;
|
||||
} else {
|
||||
qs[key].push(decodeURIComponent(val));
|
||||
}
|
||||
}
|
||||
return qs;
|
||||
}
|
||||
function init() {
|
||||
(function (m, ei, q, i, a, j, s) {
|
||||
m[i] =
|
||||
m[i] ||
|
||||
function () {
|
||||
(m[i].a = m[i].a || []).push(arguments);
|
||||
};
|
||||
(j = ei.createElement(q)), (s = ei.getElementsByTagName(q)[0]);
|
||||
j.async = true;
|
||||
j.charset = 'UTF-8';
|
||||
j.src = 'https://static.meiqia.com/widget/loader.js';
|
||||
s.parentNode.insertBefore(j, s);
|
||||
})(window, document, 'script', '_MEIQIA');
|
||||
var data = parse(window.location.search);
|
||||
var entId = data.entid || data.eid;
|
||||
if (Object.prototype.toString.call(entId) === '[object Array]') {
|
||||
entId = +entId[0];
|
||||
} else {
|
||||
entId = +entId;
|
||||
}
|
||||
_MEIQIA('entId', 'a968261aa97f7f10847326aebecb08bf' || entId);
|
||||
_MEIQIA('standalone', function (config) {
|
||||
if (config.color) {
|
||||
document.body.style['background-color'] = '#' + config.color;
|
||||
}
|
||||
if (config.url) {
|
||||
document.body.style['background-image'] = 'url(' + config.url + ')';
|
||||
document.body.style['background-repeat'] = 'no-repeat';
|
||||
document.body.style['background-size'] = '100% 100%';
|
||||
}
|
||||
});
|
||||
_MEIQIA('withoutBtn');
|
||||
if (data.metadata) {
|
||||
try {
|
||||
var metadata = JSON.parse(data.metadata);
|
||||
_MEIQIA('metadata', metadata);
|
||||
} catch (e) { }
|
||||
}
|
||||
if (data.encryptedmetadata) {
|
||||
_MEIQIA('encryptedmetadata', data.encryptedmetadata);
|
||||
}
|
||||
if (data.requestperms) {
|
||||
localStorage.setItem('requestperms', data.requestperms);
|
||||
}
|
||||
if (data.language) {
|
||||
if (data.languagelocal !== 'true') {
|
||||
_MEIQIA('language', data.language);
|
||||
}
|
||||
}
|
||||
if (data.languagelocal === 'true') {
|
||||
_MEIQIA('languageLocal', true);
|
||||
}
|
||||
if (data.subsource) {
|
||||
_MEIQIA('subSource', data.subsource);
|
||||
}
|
||||
if (data.fallback) {
|
||||
_MEIQIA('fallback', +data.fallback);
|
||||
}
|
||||
if (data.socketprotocol) {
|
||||
_MEIQIA('socketProtocol', data.socketprotocol);
|
||||
}
|
||||
_MEIQIA('handleParams', data);
|
||||
if (data.clientid) {
|
||||
_MEIQIA('clientId', data.clientid);
|
||||
}
|
||||
if (data.agentid || data.groupid) {
|
||||
_MEIQIA('assign', { agentToken: data.agentid || null, groupToken: data.groupid || null });
|
||||
}
|
||||
_MEIQIA('showPanel', {
|
||||
greeting: data.greeting || '',
|
||||
agentToken: data.agentid || null,
|
||||
groupToken: data.groupid || null
|
||||
});
|
||||
}
|
||||
init();
|
||||
</script>
|
||||
</body >
|
||||
</html >
|
||||
BIN
public/guoqi/1.png
Executable file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
public/guoqi/10.png
Executable file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
public/guoqi/11.png
Executable file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
public/guoqi/12.png
Executable file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
public/guoqi/13.png
Executable file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
public/guoqi/14.png
Executable file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
public/guoqi/1bnb.png
Executable file
|
After Width: | Height: | Size: 24 KiB |
BIN
public/guoqi/2.png
Executable file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
public/guoqi/2eth.png
Executable file
|
After Width: | Height: | Size: 24 KiB |
BIN
public/guoqi/3.png
Executable file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/guoqi/4.png
Executable file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
public/guoqi/5.png
Executable file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
public/guoqi/6.png
Executable file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/guoqi/7.png
Executable file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
public/guoqi/8.png
Executable file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
public/guoqi/9.png
Executable file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
public/guoqi/BNB.png
Executable file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
public/guoqi/ERH.png
Executable file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
public/guoqi/Gold.png
Executable file
|
After Width: | Height: | Size: 24 KiB |
BIN
public/guoqi/HBGTRX.png
Executable file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
public/guoqi/ada.png
Executable file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
public/guoqi/bch.png
Executable file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
public/guoqi/btc.png
Executable file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
public/guoqi/dash.png
Executable file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
public/guoqi/doge.png
Executable file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
public/guoqi/eos.png
Executable file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
public/guoqi/eth.png
Executable file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
public/guoqi/iota.png
Executable file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
public/guoqi/ltc.png
Executable file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
public/guoqi/usdt.png
Executable file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
public/guoqi/xrp.png
Executable file
|
After Width: | Height: | Size: 8.8 KiB |
@ -1,8 +1,9 @@
|
||||
#!/bin/sh
|
||||
# 设置执行的持续时间(60秒 = 1分钟)
|
||||
cd /www/wwwroot/weipan02_server/public
|
||||
for i in {1..29}
|
||||
cd /app/public
|
||||
for i in $(seq 1 29)
|
||||
do
|
||||
php index.php /index/index/order
|
||||
php index.php /index/index/product
|
||||
sleep 1
|
||||
done
|
||||
done
|
||||
|
||||