摘要:
//带二维码的海报 public function shopqrcode() { header('content-type:text/html;charset=utf-8'); //配置APPID、APPSECRET $id=$_GET['uid']; $APPID = C('WX_APPID'); 阅读全文
摘要:
private function wxrefundapi($order){ //通过微信api进行退款流程 $parma = array( 'appid'=>"XXXXX", 'mch_id'=>'XXXXX', 'nonce_str'=>$this->createNoncestr(), 'out_ 阅读全文