$value) { $args.=$key.$value; } $args = $appSecrty.$args; //3.MD5签名,转为大写 $sign = strtoupper(md5($args)); return $sign; } }