unissoft-bj / microma

micro website for meeting affaires
0 stars 0 forks source link

authsms表中msgid字段名 调整为 msgtype #34

Open unissoft-bj opened 9 years ago

unissoft-bj commented 9 years ago

microma中使用了 msgid的位置,需要更新过来

可以不写msgtype字段了,新版本的sendsms不再做重复信息检查 insert into authsms(sms,phone,rectime) values('test','13701272752',now()); 即可发送短信

root@ihost:/var/www# grep -r "msgid" * admin/js/show_pub.js: $("#msgid").val(id); ma/admin/sms/authsms_list.php: msgid ma/admin/sms/authsms_list.php: <?php echo $rs["msgid"];?> ma/admin/sms/edit.php: $sql.="msgid='".$msgid."',"; ma/admin/sms/edit.php: ma/admin/sms/index.php: <?php echo $rs["msgid"];?> ma/admin/sms/add.php: $sql="insert into smspool (msgid,prefix,sms,postfix,stat,cndfromtime,cndtotime,rectime) ma/admin/sms/add.php: values ('$msgid','$prefix','$sms','$postfix','$stat','$cndfromtime','$cndtotime','$rectime')"; ma/admin/sms/add.php: template/member/com/pl.htm: template/member/com/pl.htm: $("#msgid").val(id); template/member/com/msg.htm: $("#msgid").val(id); template/member/com/msg.htm:

template/member/com/msg.htm: root@ihost:/var/www#

ycyn521 commented 9 years ago

ma/admin/sms/edit.php: $sql.="msgid='".$msgid."',"; 这里的msgid是smspool里的