摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>layui</title> <meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" c 阅读全文
posted @ 2020-08-06 23:13 孤陌 阅读(1148) 评论(1) 推荐(0) 编辑
摘要: /** * 将数值金额转换为中文大写金额 * @param $amount float 金额(支持到分) * @param $type int 补整类型,0:到角补整;1:到元补整 * @return mixed 中文大写金额 */ public function convertAmountToCn 阅读全文
posted @ 2020-08-06 09:25 孤陌 阅读(1078) 评论(0) 推荐(0) 编辑
摘要: 后台操作 public function login(){ $post = $this->request->param(); $url="https://api.weixin.qq.com/sns/jscode2session?appid=".$post['appid']."&secret=".$p 阅读全文
posted @ 2020-08-06 09:20 孤陌 阅读(657) 评论(0) 推荐(0) 编辑