neta
This commit is contained in:
@@ -656,7 +656,7 @@ class Act extends Wx {
|
||||
|
||||
$response = curl_exec($ch);
|
||||
curl_close($ch);
|
||||
debug_log("[info]# " . $data."\n".$response, 'market/sylive','neta.log');
|
||||
debug_log("[info]# " . $data."\n".$response, 'neta.log','market/sylive');
|
||||
}
|
||||
}
|
||||
$redis->delete($key);
|
||||
|
||||
@@ -283,7 +283,7 @@ class Item extends Wx{
|
||||
|
||||
$response = curl_exec($ch);
|
||||
curl_close($ch);
|
||||
debug_log("[info]# " . $data."\n".$response, 'market/sylive','neta.log');
|
||||
debug_log("[info]# " . $data."\n".$response, 'neta.log','market/sylive');
|
||||
}
|
||||
|
||||
$this->show_json($data,200,'操作成功');
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
</div>
|
||||
<div class="mt30 relative bg-f6 ulib-r10 pr200">
|
||||
<div><input class="wp100 inner30 font-30 bg-f6 border-none ulib-r10" type="number"
|
||||
v-model="vCode" placeholder="请输入验证码"/></div>
|
||||
v-model="vCode" placeholder="请输入验证码" maxlength="4"/></div>
|
||||
<a :class="[codeState ?'color-333':'color-999','absolute right-0 mr20 box-middle font-30']"
|
||||
@click="getcode()">{{codeTx}}</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user