交易规则内容

This commit is contained in:
2020-08-19 12:57:20 +08:00
parent da8b0d7268
commit 01c0302b8a
2 changed files with 6 additions and 1 deletions

View File

@ -78,6 +78,7 @@ class TradeRule extends Base
public function edit(){
$id = input('post.id/d');
$data = input('post.');
$data['content'] = htmlspecialchars_decode($data['content']);
WSTUnset($data,'id,dataFlag,isShow,create_time');
Db::startTrans();
try{