master
yulingwei 4 years ago
parent f969802c26
commit af5b215f8b

@ -482,7 +482,7 @@ class SafeController extends BaseController{
$content = str_replace("{email}", $promoteInfo['email'], $content);
$content = str_replace("{realname}", $promoteInfo['real_name'], $content);
$content = str_replace("{phone}", $promoteInfo['mobile_phone'], $content);
$content = str_replace("{address}", $promoteInfo['address'], $content);
$content = str_replace("{address}", json_decode($promoteInfo['address'],true)[1] ?? '', $content);
// $realname = $_REQUEST['realname'];
// $phone = $_REQUEST['phone'];

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save