|
@@ -9,7 +9,7 @@
|
|
|
// | Date: 2020-08-31 20:43
|
|
// | Date: 2020-08-31 20:43
|
|
|
// +----------------------------------------------------------------------
|
|
// +----------------------------------------------------------------------
|
|
|
|
|
|
|
|
-namespace app\system\controller\v1;
|
|
|
|
|
|
|
+namespace app\system\controller;
|
|
|
|
|
|
|
|
|
|
|
|
|
use app\BaseController;
|
|
use app\BaseController;
|
|
@@ -50,17 +50,17 @@ class Sys extends BaseController
|
|
|
['system_url', ''],
|
|
['system_url', ''],
|
|
|
['tag', ''],
|
|
['tag', ''],
|
|
|
['custom_tel', ''],
|
|
['custom_tel', ''],
|
|
|
- ['ip_income_per',0,'empty','IP商品收益百分比大于0'],
|
|
|
|
|
- ['tree_income_per',0],
|
|
|
|
|
- ['tree_income_per_two',0],
|
|
|
|
|
- ['money_to_score_per',0,'empty','消费转积分百分比大于0'],
|
|
|
|
|
- ['tx_limit_money',0],
|
|
|
|
|
- ['tx_process_per',0],
|
|
|
|
|
- ['tx_process_max',0],
|
|
|
|
|
|
|
+// ['ip_income_per',0,'empty','IP商品收益百分比大于0'],
|
|
|
|
|
+// ['tree_income_per',0],
|
|
|
|
|
+// ['tree_income_per_two',0],
|
|
|
|
|
+// ['money_to_score_per',0,'empty','消费转积分百分比大于0'],
|
|
|
|
|
+// ['tx_limit_money',0],
|
|
|
|
|
+// ['tx_process_per',0],
|
|
|
|
|
+// ['tx_process_max',0],
|
|
|
], $request);
|
|
], $request);
|
|
|
- $post["tx_limit_money"] = (int)$post["tx_limit_money"];
|
|
|
|
|
- $post["tx_process_per"] = (int)$post["tx_process_per"];
|
|
|
|
|
- $post["tx_process_max"] = (int)$post["tx_process_max"];
|
|
|
|
|
|
|
+// $post["tx_limit_money"] = (int)$post["tx_limit_money"];
|
|
|
|
|
+// $post["tx_process_per"] = (int)$post["tx_process_per"];
|
|
|
|
|
+// $post["tx_process_max"] = (int)$post["tx_process_max"];
|
|
|
if(!empty($post["custom_tel"])){
|
|
if(!empty($post["custom_tel"])){
|
|
|
$post["custom_tel"] = str_replace(",", ",", $post["custom_tel"]);
|
|
$post["custom_tel"] = str_replace(",", ",", $post["custom_tel"]);
|
|
|
}
|
|
}
|