2020-06-01から1ヶ月間の記事一覧

2020/06/24

同じ失敗をしないためにどうするか 傾聴傾聴傾聴 useFunctionsEmulator

2020/06/23

1on1 話したいことが多すぎるのは雑談が足りてないんだろう 新しい武器を

2020/06/22

時間は有限 元気ないPO サンプルに記載されているURLが間違っていてプチハマり

X-LINE-Authorization をPHPで

$secret = 'channel_secret'; $nonce = (new DateTime())->getTimestamp(); $uri = '/v3/payments/request'; $body = json_encode($postData); $message = $secret . $uri . $body . $nonce; $hash = hash_hmac('sha256', $message, $secret, true); return …