tp5 微信授權

2022-08-16 23:18:18 字數 833 閱讀 4996

protected

protected

//-----------靜默授權 (不能獲取使用者的暱稱、頭像,要獲取使用者的暱稱和頭像使用 使用者確認授權)

public

function

getbaseinfo()

public

function

getwxcode()

//-------------------------------end-----------------------------------

//-----------使用者確認授權

public

function getcodeuserinfo($temp

)public

function

getwxuserinfo()

$user = db::name("user")->where("openid", $result["openid"])->find();

if (empty($user

))

$this->_user = $user

;

$this->setissq($user

);

$this->redirect(url($state), 302);//

tp5的重定向方法

關閉url請求

return

$result

;}

微信退款 tp5

老闆已經催促了好幾個月了。今天實在是沒有辦法了,那就給他寫了吧,原來沒有寫過退款 看文件還是看了很久的,雖然說官方給的demo 但是還是看一下比較好 就當是學習了嘛 好了,廢話不多說 開始上菜 因為是第一次做退款 咱們還是直接用demo裡面的 首先呢 匯入類庫 loader import paywx...

TP5微信支付

public function pay openid,fee,test openid openid 支付相關設定 fee i post.total fee fee fee 舉例支付0.01 body test nonce str this nonce str 隨機字串 out trade no th...

TP5微信支付退款

weixinpay php namespace use think log use think db use think cache class weixinpay 退款 param float totalfee 訂單金額 單位元 param float refundfee 退款金額 單位元 par...