'1', mtopcard\ChinaUnicomCard => '2', mtopcard\ChinaTelecomCard => '3' ]; public static function sign($params) { ksort($params); $content = ''; foreach ($params as $key => $value) { $content .= "{$key}={$value}&"; } $content .= 'key='.config::APP_KEY; return md5($content); } }