dcloudio / dcloudio/H5P.Server
订单金额从参数里面获取,感觉不专业
Open
- Dominant language
- PHP
- Stars
- 272
- Forks
- 350
- PR merge metrics
- No merged PRs in 30d
Description
// 获取支付金额
$amount='';
if($_SERVER['REQUEST_METHOD']=='POST'){
$amount=$_POST['total'];
}else{
$amount=$_GET['total'];
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.