fec123123

第 437 位会员

会员
个人信息
  • 加入于 2018-04-16 16:38:32
  • 最后登录时间 5年前
个人成就
  • 发表文章次数 2
  • 发布回复次数 4
  • 个人主页浏览次数 8
appapi productapi.php6年前

@Terry #1楼 `php // 产品重量Kg:【必填】强制转换成float类型

    $weight     = (float)$post['weight'];
    if (!$weight) {
        $this->_error[] = '[weight] can not empty';
    } else {
        $this->_param['weight'] = $weight;
    }
# 我的产品不需要重量,参数传了0。 考虑通用的情况,这里不应该用非判断
Your Site Analytics