mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 21:45:47 +08:00
shh
This commit is contained in:
@ -121,7 +121,6 @@ class AlipayLife
|
||||
*/
|
||||
private function MyRsaSign($prestr)
|
||||
{
|
||||
echo $prestr;die;
|
||||
$res = "-----BEGIN PRIVATE KEY-----\n";
|
||||
$res .= wordwrap($this->life_data['rsa_private'], 64, "\n", true);
|
||||
$res .= "\n-----END PRIVATE KEY-----";
|
||||
|
||||
Reference in New Issue
Block a user