Commit 97e7e5a5 by 冷斌

fix bug

parent 1aac1b78
...@@ -2430,6 +2430,8 @@ function sp_delete_physics_img($imglist){ ...@@ -2430,6 +2430,8 @@ function sp_delete_physics_img($imglist){
/* 发送验证码 -- 容联云 */ /* 发送验证码 -- 容联云 */
function sendCode($mobile,$code,$tempId){ function sendCode($mobile,$code,$tempId){
var_dump($mobile,$code,$tempId);
die;
// $rs = array('code' => 0, 'msg' => '', 'info' => array()); // $rs = array('code' => 0, 'msg' => '', 'info' => array());
// //
// $config = getConfigPri(); // $config = getConfigPri();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment