圖 9-1: 測試建立訂單 接續 Day 8 使用 Order API 建立測試訂單後,返回結果是加密後的字串,如上圖所示。Message 欄位是加密過的 16 進位字串。而今天的任務就是解密下圖中的...
##API規劃先準備這次消費串接的API,主要需要三支API 訂單建置API 目的:由網站點選繳費項目,呼叫永豐建立訂單交易API(OrderCreate) 代入參數 客戶編號(householder...
筆者在這一章節,進行hashId及取得nonce資料的實作 def get_hash_id(hash_a1, hash_a2, hash_b1, hash_b2): hash_a = format((...
官方說明文件:https://sinotrade.github.io/tutor/accounting/account_portfolio/本篇的功能基本跟上一篇一樣,只是執行的function不同因...
昨天有改了Products表格,先換一下 -- Table: public.products -- DROP TABLE IF EXISTS public.products; CREATE TABLE...
Youtube 頻道:https://www.youtube.com/c/kaochenlong捐款範例網站:https://github.com/5xTraining/donate_meGitHub...