您當前位置>首頁 » 新聞資訊 » 技(jì)術(shù)分(fēn)享 >
微(wēi)信支付生(shēng)成package參數>•(shù)缺失
發表時(shí)間(jiān):2020-11-13
發布人(rén):葵宇科(kē)技(jì)
浏覽次數(shù):118
就(jiù)是(shì)這(zhè)個(gè)方法返回了(le)fla∑¥≥se,所以出錯(cuò)。把以下(xià)方法替換掉為♦≥(wèi)最下(xià)面的(de)方法,就(jiù)會(huì)知(zhī)道(dào)具體φ<§(tǐ)是(shì)什(shén)麽參數(shù)出錯(cuò)
WxPayHelper.php文(wén)件(jiàn↔✔)
function check_cft_parameters(){
if($★$βthis->parameters["bank_t ®ype"] == null || $this->±♠≈parameters["body"] ==✘÷← null || $this->parameters["pa£✔×rtner"] == null ||
$this->p↕ ✔arameters["out_trade_®§π≥no"] == null || $this∏↕©->parameters["total_f£ ¥ee"] == null || $this->param↓δ₩©eters["fee_type"] == null ||
™↓≠ $this->parameters["notify_u₩&₽"rl"] == null || $this->parameters["<φ;spbill_create_ip"] == null || ♥ ↑≤$this->parameters["in↓∑put_charset"] == null
)
₩₩≤ {
return false;
}
return true;
}将以上(shàng)的(de)方法替換為(wèi)下(xià)面的(de)<₹σ©方法
function check_cft_parameters() ≈↕♥{
if($this->parameters[σ✔β"bank_type"] == null){
die(≥♥'bank_type為(wèi)空(kōng)');↓
}
if( $this->parameters["body&q♠σuot;] == null){
die('body為(wèi)空(kōng)" ≥');
}
if($this->pa ✘βrameters["partner&quo→∏α©t;] == null){
die('partner為(wèi)空(kōng)Ω≠©');
}if( $this->parameters[☆ ∞∞"out_trade_no"] == null){
die(©" 'out_trade_no為(wèi)空(kōng)');
}if($Ωφ±αthis->parameters["total_β'♥fee"] == null){
die('total_fe↕♠αe為(wèi)空(kōng)');
}if( ¶♣♠♥$this->parameters["fee_type"] ==≠♠✘↕ null){
die('fee_type為(£♠wèi)空(kōng)');
}if($this->par↕φ ±ameters["notify_url"] ==↔✔← null){
die('notify$★✔_url為(wèi)空(kōng)');
}if( $this->parame>♣ters["spbill_create_ip"] == null){<∞
die('spbill_create_ip為(wèi)空(kōng)©δ');
}if($this->pa×γrameters["input_charset"π ÷;] == null)
{
die(<9;input_charset為(wèi)空(kōng∞")');
// return false♠δ;
}
return true;
}免費(fèi)微(wēi)信公衆平台http://www.linglingt★Ωang.com








